home *** CD-ROM | disk | FTP | other *** search
/ MacFormat UK 164 - Disc 2 / MF_UK_164_2.iso / DiscContents / Games / Football Manager 2006 / Install Mac FM2006 Gold Demo.dmg / FM2006 Gold Demo / data / panels / competition snapshot.xml < prev    next >
Encoding:
Text File  |  2005-09-25  |  2.0 KB  |  56 lines

  1. <panel>
  2.  
  3.     <layout class="fit_children_attachment" alignment="vertical" offset="0" />
  4.     <layout class="arrange_vertical_attachment" alignment="fill" offset="0"  />
  5.     <layout class="stick_to_sides_attachment" alignment="all" layout_children="true" inset="0" />
  6.     
  7.     <!-- set row property on panel as well, used to pad out unused rows -->
  8.     <integer id="row_count" value="7" />
  9.  
  10.     <widget class="table" id="lgsn" mode="fill_rows" layout="40,-1,40,45,40" stretch_to_fit_rows="true">
  11.  
  12.         <list id="headings">
  13.             <record text="Standings[COMMENT: league stage/group stage snapshot table heading]" alignment="left,centre_y" column_span="5" />
  14.         </list>
  15.  
  16.         <list id="column_properties">
  17.             <record index="0" alignment="left,centre_y" colour="selection" />
  18.             <record index="1" alignment="left,centre_y" auto_size="true" spec="text,small" />
  19.             <record index="2" alignment="right,centre_y" />
  20.             <record index="3" alignment="right,centre_y" />
  21.             <record index="4" alignment="right,centre_y" colour="selection" />
  22.         </list>
  23.  
  24.         <list id="column_display_properties">
  25.             <record id="posi" index="0" left="4" sort_disabled="true"/>
  26.             <record id="team" index="1" />
  27.             <record id="gams" index="2" />
  28.             <record id="gdif" index="3" />
  29.             <record id="poin" index="4" right="4" />
  30.         </list>
  31.  
  32.         <integer id="row_count" value="7" />
  33.  
  34.     </widget>
  35.     
  36.     <widget class="table" id="cpsn" mode="fill_rows" layout="60,-1" stretch_to_fit_rows="true" hidden="true">
  37.  
  38.         <list id="headings">
  39.             <record text="Previous Winners[COMMENT: cup cometition snapshot table heading]" alignment="left,centre_y" column_span="2" />
  40.         </list>
  41.  
  42.         <list id="column_properties">
  43.             <record index="0" alignment="left,centre_y" />
  44.             <record index="1" alignment="left,centre_y" auto_size="true" spec="text,small" colour="selection" />
  45.         </list>
  46.  
  47.         <list id="column_display_properties">
  48.             <record id="year" index="0" left="4" sort_disabled="true"/>
  49.             <record id="team" index="1" />
  50.         </list>
  51.  
  52.         <integer id="row_count" value="7" />
  53.  
  54.     </widget>
  55.     
  56. </panel>